object Dlg_SMSAccInfo: TDlg_SMSAccInfo Left = 372 Top = 266 BorderStyle = bsDialog Caption = 'SMS Account' ClientHeight = 150 ClientWidth = 250 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 233 Height = 105 Caption = 'SMS Account Information' TabOrder = 0 object Label1: TLabel Left = 12 Top = 76 Width = 68 Height = 13 Alignment = taRightJustify Caption = '&Sender Name:' FocusControl = E_SenderName end object Label2: TLabel Left = 6 Top = 28 Width = 74 Height = 13 Alignment = taRightJustify Caption = 'Phone &Number:' FocusControl = E_PhoneNumber end object Label3: TLabel Left = 31 Top = 52 Width = 49 Height = 13 Alignment = taRightJustify Caption = '&Password:' FocusControl = E_Password end object E_SenderName: TEdit Left = 88 Top = 72 Width = 121 Height = 21 TabOrder = 2 end object E_Password: TEdit Left = 88 Top = 48 Width = 121 Height = 21 PasswordChar = '*' TabOrder = 1 end object E_PhoneNumber: TEdit Left = 88 Top = 24 Width = 121 Height = 21 TabOrder = 0 end end object btnOK: TButton Left = 88 Top = 120 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 168 Top = 120 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object Language: TLanguage LangCenter = DM_Language.LangCenter Left = 32 Top = 120 end end